| Overload | Description |
|---|---|
| BeOneOf(Nullable<DateOnly>[]) | Asserts that the System.DateOnly is one of the specified validValues. |
| BeOneOf(DateOnly[]) | Asserts that the System.DateOnly is one of the specified validValues. |
| BeOneOf(IEnumerable<DateOnly>,String,Object[]) | Asserts that the System.DateOnly is one of the specified validValues. |
| BeOneOf(IEnumerable<Nullable<DateOnly>>,String,Object[]) | Asserts that the System.DateOnly is one of the specified validValues. |